@charset "utf-8";
/*头部*/
html{
  height:100%;
}
body{
  min-height:100%;
  position: relative;
}
header{
  background-color: #423e3e;
  height: 30px;
  line-height: 30px;
  min-width: 1200px;
}
header span{
  font-size: 12px;
  color: #ffffff;
}
.header{
  height: 160px;
  background-color: #ffffff;
  min-width: 1200px;
}
.header img.fl{
  margin-top: 15px;
}
.header img.fr{
  margin-top: 42px;
}
/*导航*/
.nav{
  width:100%;
  margin-top: 14px;
}
.nav ul{
  background:#c30d23;
  width:1200px;
  height:50px;
}
.nav ul li {
  float: left;
}
.nav ul li a{
  width:170px;
  height:50px;
  line-height:50px;
  text-align:center;
  font-size: 16px;
  color:#fff;
}
.nav ul li>b{
  border-right:1px solid #db5454;
  height:24px;
  margin-top:12px;
}
.nav .item{
  position: relative;
}
.nav .item .item-list{
  position: absolute;
  top:50px;
  left:0;
  width:170px;
  height:auto;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(5, 20, 45, 0.25);
  display: none;
  z-index: 1001;
}
.nav .item .item-list li{
  height:40px;
  line-height:40px;
  border-bottom:1px solid #e6e6e6;
}

.nav .item .item-list li:hover a{
  color: #c30d23;
}

.nav .item .item-list li a{
  color: #333333;
}
.nav .item:hover>.item-list{
  display: block;
}
/*内容*/
.content{
  background: #f5f5f5;
  overflow: hidden;
  padding-bottom: 185px;
}
.content .list ul{
  overflow: hidden;
}
.content .list li{
  box-sizing: border-box;
  width: 200px;
  height: 128px;
  background-color: #ffffff;
  border:1px solid #ebebeb;
  text-align: center;
  float: left;
  font-size: 16px;
  color: #333333;
}
.content .list li a img{
  padding: 23px 0;
}
.content .list li:hover{
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.11);
}
.content .list li:hover a{
  color: #c30d23;
}
.title{
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #e6e6e6;
  font-size: 22px;
  font-weight: normal;
  color: #333333;
}
.title div{
  width: 44px;
  height: 2px;
  background-color: #c30d23;
}
.content_ct{
  overflow: hidden;
}
.content_ct .left{
  box-sizing: border-box;
  width: 360px;
  background-color: #ffffff;
  border:1px solid #ebebeb;
  float: left;
  padding:0 20px;
}
.content_ct .left .info{
  overflow: hidden;
}
.content_ct .left .info li{
  box-sizing: border-box;
  width: 99px;
  height: 90px;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  text-align: center;
  float: left;
  color: #333333;
  margin-right: 10px;
}
.content_ct .left .info li a img{
  width: 30px;
  height: 32px;
  padding: 15px 0;
}
.content_ct .left .info li.current{
  background-color: #c30d23;
}
.content_ct .left .info li.current a{
  color: #ffffff;
}
.content_ct .left .enter input{
  box-sizing: border-box;
  width: 320px;
  height: 44px;
  border: solid 1px #d9d9d9;
  padding-left: 52px;
  margin-bottom: 10px;
}
.content_ct .left .enter a{
  width: 320px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background-color: #c30d23;
  color: #ffffff;
}
.content_ct .left span {
  display: inline-block;
  width: 320px;
  text-align: right;
  color: #808080;
  margin: 10px 0 20px;
}
.content_ct .left .enter input.btn1 {
  background: url("../images/login.png") no-repeat 15px center;
}
.content_ct .left .enter input.btn2 {
  background: url("../images/password.png") no-repeat 15px center;
}
.content_ct .left .registrar{
  line-height: 30px;
  color: #333333;
  margin-bottom: 10px;
}
.content_ct .right{
  box-sizing: border-box;
  width: 820px;
  float: right;
}
/*右边上半部分*/
.right .right_t{
  background-color: #ffffff;
  padding: 0 20px;
}
.right .right_lf{
  width: 370px;
}
.right .right_lf div{
  padding: 10px;
}
.right .right_lf h2{
  font-size: 18px;
  font-weight: normal;
  color: #333333;
  margin-bottom: 15px;
}
.right .right_lf p{
  color: #666666;
  margin-bottom: 20px;
}
.right .right_lf a{
  display: inline-block;
  color: #c30d23;
}
.right .right_rt ul{
  overflow: hidden;
}
.right .right_rt li{
  width: 390px;
  height: 40px;
  line-height: 40px;
  border-bottom:1px solid #f2f2f2;
}
.right .right_rt li a{
  float: left;
}
.right .right_rt li span{
  float: right;
}
/*右边下半部分*/
.right .right_b .right_b_lf{
  box-sizing: border-box;
  width: 400px;
  background-color: #ffffff;
  border: solid 1px #ebebeb;
  padding: 0 20px;
}
.right .right_b .right_b_rt{
  box-sizing: border-box;
  width: 400px;
  background-color: #ffffff;
  border: solid 1px #ebebeb;
  padding: 0 20px;
  /*height:375px;*/
}
.right .right_b ul{
  overflow: hidden;
  margin-bottom: 25px;
}
.right .right_b li{
  width: 358px;
  height: 40px;
  line-height: 40px;
  border-bottom:1px solid #f2f2f2;
}
.right .right_b li a{
  float: left;
}
.right .right_b li span{
  float: right;
}
/*友情链接*/
.link{
  height: 165px;
  background-color: #ffffff;
  border: solid 1px #ebebeb;
  padding:0 20px;
  overflow: hidden;
}
.link ul li{
  float: left;
  margin-right: 30px;
}
/*底部*/
.footer{
  position: absolute;
  bottom:0;
  width:100%;
  height: 165px;
  background-color: #292626;
  border: solid 1px #ebebeb;
  color: #999999;
  text-align: center;
}
.footer p.p1{
  font-size: 16px;
  color: #fefefe;
  margin: 20px 0;
}
.footer div{
  margin-bottom: 15px;
}
.footer div span{
  padding-right: 90px;
}
.footer p{
  margin-bottom: 15px;
}
/*列表页*/
.content_rt ul{
   box-sizing:border-box;
   padding: 20px 20px 30px;
}
.content_rt ul li{
  border-bottom: 1px solid  #e6e6e6;
  margin-bottom: 20px;
}
.content_rt ul li .fl a{
  font-size: 18px;
  color: #262626;
  margin-bottom: 15px;
}
.content_rt ul li .fl span{
  display: inline-block;
  color: #999999;
  margin-bottom: 20px;
}
.content_rt ul li .fr{
  color: #666666;
}
.content_rt ul li:hover a,.content_rt ul li a.color{
  color: #c30d23;
}
.page{
  float: right;
  padding-right: 10px;
}
.page a{
  display: inline-block;
  border:1px solid #d9d9d9;
  float: left;
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
  margin: 0 3px;
  color: #666666;
}
.page a.border{
  border:0;
}
.page a:hover,.page a.on{
  background-color: #c30d23;
  color: #ffffff;
}
/*详情页*/
.detail_title{
  height: 50px;
  line-height: 50px;
  background-color: #ffffff;
  padding-left: 10px;
}
.detail_title span{
  display: inline-block;
}
.detail_title .section span a{
  color: #666666;
}
.content_lt{
  width: 260px;
  margin-right:20px;
}
.content_lt .first{
  width: 260px;
  height: 60px;
  line-height:60px;
  background-color: #c30d23;
  text-align: center;
}
.content_lt .first a{
  font-size: 18px;
  color: #ffffff;
}
.content_lt li{
  width: 260px;
  height: 54px;
  line-height: 54px;
  border-bottom:1px solid #dde2ed;
  background-color: #ffffff
}
.content_lt li a{
  color: #585858;
  text-align: center;
}
.content_lt li:hover a{
  color: #c30d23;
}
.content_lt li.on a{
  color: #c30d23;
}
.content .content_rt{
  width: 920px;
  background-color: #ffffff;
  padding-bottom: 30px;
}
.content .content_rt .content_title h1{
  font-size: 24px;
  font-weight: normal;
  color: #262626;
  text-align: center;
  margin-top: 30px;
}
.content .content_rt .content_title span{
  display: block;
  color: #999999;
  text-align: center;
  margin: 20px 0 30px;
}
.content .content_rt p{
  width: 880px;
  line-height: 28px;
  color: #333333;
  text-indent:2em;
  text-align: justify;
  margin-top: 20px;
  overflow: hidden;
  padding: 0 20px;
}

.right .right_b li a{
  float: left;
  width: 240px;
  display:block;
  overflow: hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
}

.inform_lf {
    position: fixed;
    top: 60%;
    left: 0;
    z-index: 1000;
    /*width:100%;*/
}